github.com/refraction-networking/utls.serverHelloMsg.encryptedClientHello (field)
13 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L118: if hs.serverHello.encryptedClientHello != nil {
handshake_client_tls13.go#L274: if hs.serverHello.encryptedClientHello != nil {
handshake_client_tls13.go#L275: if len(hs.serverHello.encryptedClientHello) != 8 {
handshake_client_tls13.go#L283: hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
handshake_client_tls13.go#L291: if subtle.ConstantTimeCompare(acceptConfirmation, hs.serverHello.encryptedClientHello) == 1 {
handshake_client_tls13.go#L302: } else if hs.serverHello.encryptedClientHello != nil {
handshake_messages.go#L769: encryptedClientHello []byte
handshake_messages.go#L869: if len(m.encryptedClientHello) > 0 {
handshake_messages.go#L872: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L1019: m.encryptedClientHello = make([]byte, len(extData))
handshake_messages.go#L1020: if !extData.CopyBytes(m.encryptedClientHello) {
handshake_server_tls13.go#L571: helloRetryRequest.encryptedClientHello = make([]byte, 8)
handshake_server_tls13.go#L582: helloRetryRequest.encryptedClientHello = acceptConfirmation
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |